home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / aquaria.swf / scripts / DefineButton2_224 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-09  |  143 b   |  11 lines

  1. on(release){
  2.    if(r2dir == "totube")
  3.    {
  4.       gotoAndStop(806);
  5.    }
  6.    if(r2dir == "tomain")
  7.    {
  8.       gotoAndStop(836);
  9.    }
  10. }
  11.